python import text file

51

python import text file -

f = open('words.txt', 'r')
#then to store
content = f.read()

Comments

Submit
0 Comments